CS_310 → Symbolic Computation → Numeric solution of ODEs → Learning Outcomes
CS_310
Numeric Computation
Matlab Reference
Functions
Linear Systems
Data Fitting
Advanced Functions
Programming
Sequential and Iterative Execution
Conditional Execution and Code Tracing
Nesting and Debugging
Successive Numeric Approximation
Symbolic Computation
Basic Commands
Two equations and two unknowns
Differentiation and Integration
Symbolic solution of ODEs
Numeric solution of ODEs
Module 15 Numeric Solutions of ODEs
Understand the process of numerically solving ODEs.
Understand the concept of order of accuracy and apply it to estimating error.
Use Matlab's
ode45
command to numerically solve first-order ODEs.